vcBoundingBox
An axis-aligned bound box using center and half-diagonal vectors.
See in: Overview
Module: vcCore
Parent: vcObject
Children -
Referenced by: vcGeometryContainer.BoundingBox, vcGeometrySet.BoundingBox, vcNode.BoundingBox, vcTopology.getFaceBound()
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Center | vcVector | R | Gets a vector from the origin to the center. |
| HalfDiagonal | vcVector | R | Gets a half diagonal vector from the center to an upper corner using positive axis directions. |